CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - line detection matlab

搜索资源列表

  1. Gabor(matlab_C_Cv).rar

    3下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
  3. 所属分类:Special Effects

    • 发布日期:2015-09-06
    • 文件大小:20918
    • 提供者:
  1. match.rar

    1下载:
  2. 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。,"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell al
  3. 所属分类:matlab

    • 发布日期:2016-09-19
    • 文件大小:345377
    • 提供者:fzj
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. radon-line-detection

    3下载:
  2. 使用radon变换进行直线检测,matlab源文件-Line detection using the radon transform
  3. 所属分类:图形/文字识别

    • 发布日期:2013-11-23
    • 文件大小:1134
    • 提供者:张蒙
  1. hough

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15033
    • 提供者:zhang
  1. hough2

    0下载:
  2. 用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1399
    • 提供者:xiaoyang
  1. Hough

    0下载:
  2. line detection using Hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:226764
    • 提供者:srikhan
  1. houghlines

    0下载:
  2. hough算子线检测,houghline函数-hough line detection operator, houghline function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3643
    • 提供者:tsai
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  1. hough

    1下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible to do all the straight line de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:705
    • 提供者:paul
  1. hough

    0下载:
  2. Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Hough Transform -Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Houg
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:205131
    • 提供者:Haxpes
  1. EdgeDetectionTechniques

    0下载:
  2. Line Detection Using Sobel Mask
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-01
    • 文件大小:3440
    • 提供者:geewhy
  1. LineDetection

    0下载:
  2. this a line detection in image processing-this is a line detection in image processing
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:707
    • 提供者:JAVAD
  1. movobjdetection

    0下载:
  2. this package include moving object detection and hough transform to recognise parallel line in an image. a sample image included in package for test.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:39894
    • 提供者:meyba92
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. Matlab-based-lane-detection-line

    1下载:
  2. 基于matlab的直线行车线检测,代码简单可行,但需要你的深入研究-Matlab-based lane detection line, the code is simple and feasible, but requires in-depth study of your
  3. 所属分类:matlab

    • 发布日期:2017-03-07
    • 文件大小:1024
    • 提供者:andy
  1. fault-line-detection

    0下载:
  2. 本文为基于D-S证据理论的配电网故障选线,使用matlab仿真,结果可信-D-S theory based fault line detection,the simulation is proved right
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:342923
    • 提供者:xiaoya
  1. walelet-line

    1下载:
  2. 使用小波变换提取信号的特征值,实现故障信号的视频分析,利用matlab进行仿真,证明判据的真实可信-wavelet based fault line detection
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:332995
    • 提供者:xiaoya
  1. Line-Detection-

    0下载:
  2. 这是一个基于Hough变换的直线检测matlab程序文件,可以有效地检测直线-Line Detection via Standard Hough Transform
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1453
    • 提供者:牛子蛋
  1. Copy-of-Line-detection-in-image

    0下载:
  2. line detection in image processing for matlab software .
  3. 所属分类:Algorithm

    • 发布日期:2017-12-22
    • 文件大小:16384
    • 提供者:samira
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com